home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / budget negotiation.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-25  |  2.0 KB  |  51 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <panel>
  4.     <!-- arrange items vertically -->
  5.     <layout class="arrange_vertical_attachment" alignment="top,extend" gap="4" />
  6.  
  7.     <!-- fit the height of the dialog to the height of its components -->
  8.     <layout class="fit_children_attachment" alignment="vertical, fill" />
  9.     
  10.     <!-- stretch everything to the sides of the dialog -->
  11.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" />
  12.  
  13.     <!-- header -->
  14.     <widget class="text" id="text" text="Question" auto_size="all">
  15.         <flags id="spec" value="text" />
  16.     </widget>
  17.  
  18.     <container>
  19.  
  20.         <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" gap="2" />
  21.  
  22.         <!-- fit the height of the dialog to the height of its components -->
  23.         <layout class="fit_children_attachment" alignment="vertical, fill" />
  24.         
  25.         <!-- stretch everything to the sides of the dialog -->
  26.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  27.  
  28.         <container>
  29.             <layout class="arrange_horizontal_attachment" alignment="left" layo="-2,-3" offset="8"/>
  30.             <layout class="fit_children_attachment" alignment="vertical" />
  31.             <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" />
  32.  
  33.             <widget class="label" text="Wage Budget" auto_size="horizontal"/>
  34.               <widget class="popup_button_blue" id="wbuw" sele="cwbu" auto_size="vertical"/>
  35.         </container>        
  36.                                       
  37.         <container>
  38.             <layout class="arrange_horizontal_attachment" alignment="left" layo="-2,-3" offset="8"/>
  39.             <layout class="fit_children_attachment" alignment="vertical" />
  40.             <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" />
  41.  
  42.               <widget class="label" text="Transfer Budget" auto_size="horizontal"/>
  43.             <widget class="popup_button_blue" id="tbuw" sele="ctbu" auto_size="vertical"/>
  44.         </container>
  45.                 
  46.     </container>    
  47.  
  48.     <!-- row of buttons -->
  49.     <container id="btns" file="budget negotiation buttons" layo="fit_children_attachment" alignment="vertical" />
  50.       
  51. </panel>